HADES のアップデート

すでに HADES パッケージがインストールされていて、最新バージョンにアップグレードしたい場合は、次のremotes パッケージを使用することもできます。

# This line prevents the annoying "Do you want to install from source" dialogs:
options(install.packages.compile.from.source = "never")

library(remotes)
update_packages()